Skip to content

Fix notification manager implementation and req traces #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

AnotherDaniel
Copy link
Contributor

The initial implementation of direct subscription-change notifications was broken - that code could only track 1 to-be-notified subscriber per potentially-changing-topic (dunno what I was thinking at the time).

Fixed that so that now, arbitrarily many subscribers can register to be notified for a topic changing, and addressed these requirements:

  • req~usubscription-register-notifications~1
  • req~usubscription-unregister-notifications~1

@AnotherDaniel AnotherDaniel self-assigned this Aug 12, 2025
@AnotherDaniel AnotherDaniel added the bug Something isn't working label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant